home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1989 / Jun 89 / V0075-Re Printing problem-Jun89 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.1 KB  |  28 lines  |  [TEXT/GEOL]

  1. Item    2921386                         25-June-89        16:44
  2.  
  3. From:   CREMER.M                        Cremer, Mike
  4.  
  5. To:     UK0034                          Baum, Peter, Uk Dev London
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    Re: Printing problem
  10.  
  11. Peter,
  12.  
  13. It seems to me I had a similar problem a while back, using 2.0b5.  As I recall,
  14. there were two difficulties: (1) Users were printing with an old version of the
  15. print driver.  Make sure you are using the latest (or at least the same) print
  16. driver, and if printing on a LaserWriter, that the printer is initialized with
  17. the same version of the driver.  (2) Check to see if any of you TStaticText (et
  18. al.) fields are overdrawing one another.  One problem I had was several large
  19. fields that covered over other fields.  This can lead to problems when the page
  20. is laid out by the print handler (i.e. erasing text with the excess whitespace
  21. from an oversize field on "top" of it).  Remember that fields defined "later"
  22. in the view resource are drawn "on top" of fields defined "earlier."
  23.  
  24. Hope this helps.
  25.  
  26. $mike cremer
  27.  
  28.